home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1157 / readme.txt < prev    next >
Text File  |  1996-11-07  |  3KB  |  73 lines

  1.                         COMPU-COPIER  2.0
  2.  
  3.                 a simple Copier for your Computer
  4.  
  5.  
  6. This program allows you to use your computer, scanner and printer to make
  7. copies of sheets of paper. Version 2.0 replaces Version 1.0. CCopier is now
  8. faster.
  9.  
  10. Requirements: You need a flatbed-scanner with TWAIN-interface and a graphics
  11.               printer.
  12.  
  13. Installation: Simply copy the program sc.exe scprn.exe and eztwain.dll
  14.               into a directory of your hardisk.
  15.  
  16. To make a copy of a sheet of paper, start copier.exe, press the 'Copy'
  17. button, choose 'black-white' or 'LineArt' in the TWAIN-dialog, set the
  18. size of the scan area to the whole papersize and press the 'scan' button.
  19. The copy will be printed immediately.
  20. Left of the copy button you can choose the position of the copy on the paper.
  21. The position 'left top corner' places the copy at the same position as
  22. in the scanner. Due to the borders all printers have, the edges may not
  23. be printed.
  24. The options 'Fast copy' and 'Auto scale' should normally be checked. 'Fast
  25. copy' let the printer make the multiple copies and 'Auto scale' take care of
  26. the right size of the copy depending on the resolution ratio of the scanner
  27. and the printer.
  28.  
  29. This program is written in Borland Delphi and demonstrates the use of the
  30. eztwain.dll (eztwain.pas). The source of EZTWAIN 'Easy TWAIN library' is
  31. available from ftp://ftp.caere.com/pub/twain .
  32. To use the source code first you have to install the DebugBox-Component
  33. located in debugbox.pas and the Delphi-Translator in dtrans.pas.
  34. If the DebugBox is activated, you will get a logfile (sc.log) too.
  35.  
  36.  known bugs:
  37.  - if the scanner doesn't deliver resolution information, the copy
  38.    may not have the same size as the original (at 100% user scale)
  39.  
  40.  history:
  41.  1.0a:  first release
  42.  1.0b:  Divison by zero removed, if the TWAIN-Scanner doesn't deliver
  43.         resolution information
  44.  1.0c:  Better handling of errors, if the TWAIN-Scanner doesn't deliver
  45.         resolution information
  46.  1.0d:  try to close TWAIN, if it's already open
  47.  1.0e:  DebugBox temporary added
  48.  1.0f:  Errorhandling improved (div by zero)
  49.  1.0g:  DebugBox removed
  50.  1.0h:  DebugBox added again
  51.  1.0i:  Save Setting in IniFile,
  52.         CheckBox added to switch off automatic zoom,
  53.         CheckBox added to show/hide DebugBox
  54.  
  55.  2.0:   major enhancements:
  56.         faster copy: the TWAIN dialog will stay open after a scan,
  57.                      the print is started after pressing the Scan-button in the
  58.                      TWAIN dialog
  59.         save all settings in Ini-file
  60.         two language version, more languages are possible
  61.         automatic functions can switched off:
  62.                      -'Auto scale' the automatic calculation of the size of the
  63.                        copy depending on the resolution of the scanner and the printer
  64.                      -'Fast copy' the print driver creates the multiple copies and
  65.                        not CCopier
  66.  
  67.  
  68. This program is Freeware and freely distributable.
  69. Comments, questions and bug reports to matthias@penthouse.boerde.de.
  70. German version is available too. Look at http://www.boerde.de/~matthias/delphi
  71.  
  72. Copyright Matthias Weingart 1995, 1996
  73.